---
title: "creative/create(Video)"
method: POST
path: "/v2/api/creative/create    (Video)"
---

# creative/create(Video)

`POST /v2/api/creative/create    (Video)`

## Request body

- object
  - `name` string
  - `advertiser_id` string
  - `placement` string
  - `advertiser_name` string
  - `headline` string
  - `body_text` string
  - `offer_text` string
  - `price` string
  - `cta` string
  - `video_template_input` object[]
    - `order_value` string — Required for purchase events. ISO 4217 currency followed by the total numeric value(upto two decimal places) associated with event. Examples: * USD123 * USD123.12 * EUR432
    - `order_id` string — The order ID for this transaction. Required for offline events.
    - `delivery_category` string — Supported values above.
    - `product_context` object
  - `logo_image_id` string
  - `clickthrough_url` string
  - `impression_tracking_ur` string[]
  - `click_tracking_urls` string[]

## Response `200`

200

- object
  - `id` string
  - `advertiser_id` string
  - `name` string
  - `status` string
  - `placement` string
  - `advertiser_name` string
  - `headline` string
  - `body_text` string
  - `offer_text` string
  - `price` string
  - `cta` string
  - `canvas_image_id` string
  - `logo_image_id` string
  - `clickthrough_url` string
  - `impression_tracking_urls` string[]
  - `click_tracking_urls` string[]
  - `video_template_input` object
    - `video_id` string
  - `created_at` string
  - `updated_at` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/nextdoor/apis/share-api.md) · [All operations](https://skmtc.net/nextdoor/apis/share-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nextdoor/share-api/versions/e267916612d6/schema)
